home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  172 b   |  10 lines

  1. on exitbutton
  2.   if the mouseV >= 390 then
  3.     set the visible of sprite 8 to 1
  4.     updateStage()
  5.   else
  6.     set the visible of sprite 8 to 0
  7.     updateStage()
  8.   end if
  9. end
  10.